Foxit PDF SDK
FoxitPDFSDKPython2.Response类 参考

继承自 FoxitPDFSDKPython2._object .

Public 成员函数

def Response (type, response_data)
 带参数的构造函数。 更多...
 
def Response ()
 构造函数。
 
def Response (other)
 带另一个响应对象的构造函数。 更多...
 
def Set (type, response_data)
 设置值。 更多...
 

静态 Public 属性

 e_TypeCRL = _fsdk.Response_e_TypeCRL
 CRL 响应。
 
 e_TypeNone = _fsdk.Response_e_TypeNone
 无响应。
 
 e_TypeOCSP = _fsdk.Response_e_TypeOCSP
 OCSP 响应。
 
 type = _fsdk.Response_type
 响应类型。请参考从 FoxitPDFSDKPython2.Response.e_TypeNone 开始的值, 应为这些值之一。
 

详细描述

此类表示证书的响应。

构造及析构函数说明

◆ Response() [1/2]

def FoxitPDFSDKPython2.Response.Response (   type,
  response_data 
)

带参数的构造函数。

参数
[in]type响应类型。请参考从 FoxitPDFSDKPython2.Response.e_TypeNone 开始的值, 应为这些值之一。
[in]response_data响应内容。

◆ Response() [2/2]

def FoxitPDFSDKPython2.Response.Response (   other)

带另一个响应对象的构造函数。

参数
[in]other另一个响应对象。

成员函数说明

◆ Set()

def FoxitPDFSDKPython2.Response.Set (   type,
  response_data 
)

设置值。

参数
[in]type响应类型。请参考从 FoxitPDFSDKPython2.Response.e_TypeNone 开始的值, 应为这些值之一。
[in]response_data响应内容。
返回
无。